home *** CD-ROM | disk | FTP | other *** search
/ Atari Mega Archive 1 / Atari Mega Archive - Volume 1.iso / lists / mint / l_1199 / 1659 < prev    next >
Encoding:
Internet Message Format  |  1994-08-27  |  3.2 KB

  1. From: hohmuth@inf.tu-dresden.de (Michael Hohmuth)
  2. From: Juergen Lock <nox@jelal.north.de>
  3. From: Juergen Lock <nox@jelal.north.de>
  4. From: Juergen Lock <nox@jelal.north.de>
  5. From: Juergen Lock <nox@jelal.north.de>
  6. From: Juergen Lock <nox@jelal.north.de>
  7. From: Juergen Lock <nox@jelal.north.de>
  8. From: Juergen Lock <nox@jelal.north.de>
  9. Subject: mint-1.10h3
  10. Subject: Re: Latest Re-sync
  11. Subject: Re: MiNT 1.10 re-sync
  12. Subject: Re: MiNT 1.10 re-sync
  13. Subject: Re: MiNT 1.10 re-sync
  14. Subject: Re: MiNT 1.10 re-sync
  15. Subject: Re: MiNT 1.10 re-sync
  16. Subject: Re: MiNT 1.10 re-sync
  17. Date: Sat, 18 Jun 1994 02:59:34 +0200 (MET DST)
  18. From: hohmuth@inf.tu-dresden.de (Michael Hohmuth)
  19. Organization: Dept. of Computer Science, TU Dresden, Germany
  20. Mime-Version: 1.0
  21.  
  22. I've put up a third re-sync patch...
  23.  
  24. Now available via ftp from ftp.inf.tu-dresden.de:
  25.  
  26.     pub/atari/Mint/Kernel/mint-1.10h2-1.10h3-diffs.gz
  27.         Diffs against the kernel patched with the first two patches.
  28.  
  29.     pub/atari/Mint/Kernel/mint-1.10-1.10h3-diffs.gz
  30.         Diffs against the virgin kernel.
  31.  
  32. You can also get this via email by sending a message to
  33. ftpmail@ftp.inf.tu-dresden.de containing this text in the message body:
  34.  
  35.     send pub/atari/Mint/Kernel/mint-1.10h2-1.10h3-diffs.gz
  36. or
  37.     send pub/atari/Mint/Kernel/mint-1.10-1.10h3-diffs.gz
  38.  
  39. After my .sig are the last few commit messages.
  40.  
  41. Bye,
  42. Michael
  43. -- 
  44. Email: hohmuth@inf.tu-dresden.de
  45. WWW:   http://www.inf.tu-dresden.de/~mh1/
  46.  
  47. **************************************
  48. From: Juergen Lock <nox@jelal.north.de>
  49. Message-Id: <9406091803.AA00175@jelal.north.de>
  50. Subject: Re: Latest Re-sync
  51.  
  52. proc.c: A better fix from the "Reading from serial devices (ie /dev/modem1)
  53.     blocks forever" bug:  prevent receiver overruns
  54.  
  55.     RCS Version:    1.6    /usr/local/soft/cvsroot/mint/proc.c,v
  56.  
  57. **************************************
  58. From: Juergen Lock <nox@jelal.north.de>
  59. Message-Id: <9406091835.AA00187@jelal.north.de>
  60. Subject: Re: MiNT 1.10 re-sync
  61.  
  62. dosmem.c: fork() doesn't copy shared text regions so why allocate memory
  63.     to save them :)
  64.  
  65. **************************************
  66. From: Juergen Lock <nox@jelal.north.de>
  67. Message-Id: <9406091835.AA00187@jelal.north.de>
  68. Subject: Re: MiNT 1.10 re-sync
  69.  
  70. file.h: this was missing:  use new value for TIOCSETP and keep old for
  71.     TIOCSETN, other way around can hang old binaries...
  72.  
  73. **************************************
  74. From: Juergen Lock <nox@jelal.north.de>
  75. Message-Id: <9406091835.AA00187@jelal.north.de>
  76. Subject: Re: MiNT 1.10 re-sync
  77.  
  78. unifs.c: getcwd crashed when called from `unmounted' (Dlock) fs...
  79.  
  80. **************************************
  81. From: Juergen Lock <nox@jelal.north.de>
  82. Message-Id: <9406091835.AA00187@jelal.north.de>
  83. Subject: Re: MiNT 1.10 re-sync
  84.  
  85. pipefs.c: ls -l /pipe: fix pty modes (S_IFCHR) and 14-char names
  86.  
  87. **************************************
  88. From: Juergen Lock <nox@jelal.north.de>
  89. Message-Id: <9406091835.AA00187@jelal.north.de>
  90. Subject: Re: MiNT 1.10 re-sync
  91.  
  92. dosfile.c,pipefs.c: make echo >pipe/pty work when other end already open,
  93.     only fail if O_EXCL or Fcreate attr != 0. (shells often creat()
  94.     output redirection...)
  95.  
  96. **************************************
  97. From: Juergen Lock <nox@jelal.north.de>
  98. Message-Id: <9406091835.AA00187@jelal.north.de>
  99. Subject: Re: MiNT 1.10 re-sync
  100.  
  101. intr.spp: save a long read
  102.  
  103.